home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.Desk < prev    next >
Encoding:
Text File  |  1990-04-03  |  453 b   |  23 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Desk
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. daNotFound EQU $0510  ; desk accessory not found
  9. notSysWindow EQU $0511  ; not the system window
  10. eventAction EQU $0001
  11. runAction EQU $0002
  12. undoAction EQU $0005
  13. cutAction EQU $0006
  14. copyAction EQU $0007
  15. pasteAction EQU $0008
  16. clearAction EQU $0009
  17. cursorAction EQU $0003
  18. undoEdit EQU $0001
  19. cutEdit EQU $0002
  20. copyEdit EQU $0003
  21. pasteEdit EQU $0004
  22. clearEdit EQU $0005
  23.